Bug 543310 - set_enable_tree_lines doesn't work when a cellrenderer...
authorKristian Rietveld <kris@gtk.org>
Thu, 27 Aug 2009 16:09:17 +0000 (18:09 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 27 Aug 2009 16:12:54 +0000 (18:12 +0200)
commitec7187e0396fe130cb8a7b35770b9c96e432cb8c
treede600ba6db27b23940bd153e27063a620527b648
parent786b3914cde5f49857b47b12b54fd05fa7284f98
Bug 543310 -  set_enable_tree_lines doesn't work when a cellrenderer...

Reorder drawing in gtk_tree_view_bin_expose() so that the tree lines are
drawn after the cells have been drawn.  This is because cell-background
is handled in the cell renderer, so the tree lines need to be drawn
after this.
gtk/gtktreeview.c